home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / sgi.lha / Geomview / man / cat1 / bdy.1 < prev    next >
Text File  |  1993-12-02  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. bdy(1)              UNIX Programmer's Manual               bdy(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      bdy - boundary curve finder
  10.  
  11. SYNOPSIS
  12.      bdy [precision]
  13.  
  14. DESCRIPTION
  15.      Bdy is a filter used to find boundary curves in Geomview
  16.      objects. The program reads a geomview object from standard
  17.      input and prints the resultant vector object to standard
  18.      output.  Bdy finds the segments of the vector by first con-
  19.      verting the given object into a polylist (See anytooff(1)).
  20.      Then, it finds all edges used once and only once in the
  21.      polylist and combines these edges into a vector object.  The
  22.      optional precision arguement specifies the maximum distance
  23.      between vertices that are to be considered identical.  By
  24.      default, it is set to 0.0, indicating that the vertices must
  25.      be numerically identical.  It may sometimes be necessary to
  26.      set it to a higher value to compensate for floating-point
  27.      error.
  28.  
  29.      The vector object is always black.
  30.  
  31. BUGS
  32.      The vector object is not a particularly compact representa-
  33.      tion of itself, since it contains many 2-vertex segments
  34.      which could be combined.
  35.  
  36. SEE ALSO
  37.      geomview(1), anytooff(1), anytopl(3), bdy(3), offconsol(1),
  38.      plconsol(3)
  39.  
  40. AUTHOR
  41.      Celeste Fowler                email:    fowler@geom.umn.edu
  42.      The Geometry Center           phone:  (612) 626-8304
  43.      1300 South Second Street
  44.      Minneapolis, MN  55454
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.